home *** CD-ROM | disk | FTP | other *** search
- Path: news.iag.net!news
- From: jatmon@iag.net (John R Buchan)
- Newsgroups: comp.lang.c
- Subject: Re: how do i...
- Date: 7 Jan 1996 18:19:43 GMT
- Organization: Internet Access Group, Orlando, Florida
- Message-ID: <4cp2rv$h9l@news.iag.net>
- References: <4cl4ja$558@news-e2a.gnn.com>
- NNTP-Posting-Host: pm3-orl11.iag.net
- X-Newsreader: WinVN 0.99.7
-
- In article <4cl4ja$558@news-e2a.gnn.com>, MrBurns@gnn.com says...
- >
- >hi all. i wrote an address book that saves addresses to disk
- >with a .adr extension. i want to create a feature that allows
- >the user to see the .adr files in the directory. basically
- >what im looking for is a command that will let me do the dos
- >equivalent of "dir *.adr". unfortunately i cant find any
- >commands to do this. im using borland c++ version 3.0.
- >(note this program is written in C not C++). any help would
- >be greatly appreciated.
-
- Look into findfirst and findnext in dir.h.
-
- --
- John R Buchan -:|:- Looking for that elusive FAQ? ftp to:
- jatmon@mail.iag.net -:|:- rtfm.mit.edu /pub/usenet-by-group/....
-
-